Introduce gtk_tree_view_is_blank_at_pos()
authorKristian Rietveld <kris@gtk.org>
Fri, 7 Jan 2011 14:35:35 +0000 (15:35 +0100)
committerKristian Rietveld <kris@gtk.org>
Fri, 7 Jan 2011 14:38:06 +0000 (15:38 +0100)
commit4ed781778d4ea1cd2ff0cde37f8a3cf268a5fa80
tree02509f905fc505de0ae4fc02058dd17f643348f4
parent688d0534362917a4ff171846e9e9cabb250b37c7
Introduce gtk_tree_view_is_blank_at_pos()

This function is useful to figure out whether the tree view is "blank"
at a given location.  For such locations you might want to popup a
custom popup menu, clear the current selection or start rubber banding.
In the future, we are planning on updating GtkTreeView's user
interactions to take advantage of this new function.

Part of bug 350618.
gtk/gtk.symbols
gtk/gtktreeprivate.h
gtk/gtktreeview.c
gtk/gtktreeview.h
gtk/gtktreeviewcolumn.c